home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 07 / 3 / DISK0731.ZIP / INDEXOP < prev    next >
Text File  |  1985-04-23  |  2KB  |  54 lines

  1. COMMANDS                 INDEX(1)
  2.  
  3. NAME                         TYPE
  4.         INDEX                      External
  5.  
  6. PURPOSE
  7.         Builds an index which is used by LOCATE to retrieve
  8.         path names given keyword lists.
  9. SYNTAX
  10.         INDEX[ <path>][ /V<volume_name>][ /U][ /D<mm>-<dd>-<yy>]
  11. COMMENTS
  12.         Parameters to INDEX are:
  13.         <path>  disk drive and path of root directory to be
  14.                 searched.  Default is the current directory.
  15.         /V      <volume name> is an 11 character string
  16.                 without blanks which will be prefixed to
  17.                 retrieved list of path names.
  18.         /U      files being indexed will be appended to the
  19.                 existing index in this directory.  Default
  20.                 is to create a new index file.
  21.         /D      mm-dd-yy is the date of the earliest file
  22.                 to be indexed.  Default 1-1-80.
  23.  
  24.         The list of files indexed may be redirected.  Advisory 
  25.         messages will still be displayed on the console.
  26.  
  27.         The scope of the index may be controlled both by the 
  28.         choice of directory in which LOCATE is installed and by 
  29.         the path option.  The path names returned by LOCATE are 
  30.         relative to path specified to INDEX.  If the default 
  31.         directory is not indexed, the path name returned by 
  32.         locate must be prefixed by the path name specified to 
  33.         INDEX.  
  34.  
  35.         The /v switch is used to distinguish between diskettes 
  36.         indexed by using a disk drive name in the path option.
  37.  
  38.         The /u switch appends the results of the current index to 
  39.         a previous index.  Consequently the files MAP.INX, 
  40.         ENTRY.INX and KEY.INX must be present.
  41.  
  42.         The /d option may be used in conjuntion with the /u 
  43.         switch to add files created or modified after a certain 
  44.         date to the index.  Both the modified and original files 
  45.         may be in the index, and thus both may be returned by 
  46.         LOCATE.
  47.  
  48.         The files WORDS.INX and EXTENSIO.INX should be present 
  49.         for any run of INDEX.  See the discussion of "False 
  50.         Drops".
  51.          
  52.         Help files (those with the extension ".HLP") are required 
  53.         to process certain error messages but are not otherwise 
  54.         required.